home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / frame_3 / PlaceObject2_426_1392 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  430 b   |  31 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.level1._x > 298)
  3.    {
  4.       this._x = 1900;
  5.    }
  6.    if(_root.endlevel3)
  7.    {
  8.       this._visible = true;
  9.    }
  10.    else
  11.    {
  12.       this._visible = false;
  13.    }
  14.    if(_root.levmoveR)
  15.    {
  16.       this._x -= 3;
  17.    }
  18.    if(_root.levmoveL)
  19.    {
  20.       this._x += 3;
  21.    }
  22.    if(_root.jumpR)
  23.    {
  24.       this._x -= 13;
  25.    }
  26.    if(_root.jumpL)
  27.    {
  28.       this._x += 13;
  29.    }
  30. }
  31.